home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- Demo.h
-
-
- Copyright © 1991 Symantec Corporation. All rights reserved.
-
-
- ******************************************************************************/
-
- #pragma once
-
- #define kDemoExceptionStrings 1025
-
- enum // demo exception error strings
- {
- kFileTooBigErr = 1 /* file is too big to open */
-
- };